翻訳と辞書
Words near each other
・ Consilium principis
・ Consinka Lake
・ Consip
・ Consistency
・ Consistency (database systems)
・ Consistency (disambiguation)
・ Consistency (knowledge bases)
・ Consistency (negotiation)
・ Consistency (statistics)
・ Consistency (suspension)
・ Consistency criterion
・ Consistency model
・ Consistency Theory
・ Consistent and inconsistent equations
・ Consistent estimator
Consistent hashing
・ Consistent heuristic
・ Consistent histories
・ Consistent life ethic
・ Consistent Network Device Naming
・ Consistent Overhead Byte Stuffing
・ Consistent pricing process
・ Consistori de Barcelona
・ Consistori del Gay Saber
・ Consistory
・ Consistory (Judaism)
・ Consistory (Protestantism)
・ Consistory court
・ Consociationalism
・ Consol


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Consistent hashing : ウィキペディア英語版
Consistent hashing
Consistent hashing is a special kind of hashing such that when a hash table is resized and consistent hashing is used, only K/n keys need to be remapped on average, where K is the number of keys, and n is the number of slots. In contrast, in most traditional hash tables, a change in the number of array slots causes nearly all keys to be remapped.
Consistent hashing achieves some of the same goals as Rendezvous hashing (also called HRW Hashing). The two techniques use different algorithms, and were devised independently and contemporaneously.
==History==

The term "consistent hashing" was introduced by Karger ''et al.'' at MIT for use in distributed caching, the idea has now been expanded to other areas also.
An academic paper from 1997 introduced the term "consistent hashing" as a way of distributing requests among a changing population of Web servers. Each slot is then represented by a node in a distributed system. The addition (joins) and removal (leaves/failures) of nodes only requires K/n items to be re-shuffled when the number of slots/nodes change.
Consistent hashing has also been used to reduce the impact of partial system failures in large Web applications as to allow for robust caches without incurring the system wide fallout of a failure.
The consistent hashing concept also applies to the design of distributed hash tables (DHTs). DHTs use consistent hashing to partition a keyspace among a distributed set of nodes, and additionally provide an overlay network that connects nodes such that the node responsible for any key can be efficiently located.
Rendezvous hashing, designed at the same time as consistent hashing, achieves the same goals using the very different Highest Random Weight (HRW) algorithm.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Consistent hashing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.